home *** CD-ROM | disk | FTP | other *** search
- /*
- File: 2020HalfGatewayMisc.h
-
- Copyright: © 1991-1994 by Apple Computer, Inc.
- All rights reserved.
-
- Part of the AOCE Sample SMSAM Package. Consult the license
- which came with this software for your specific legal rights.
-
- */
-
-
-
- #ifndef __2020HALFGATEWAYMISC__
- #define __2020HALFGATEWAYMISC__
-
- #ifndef __COREGATEWAYTYPES__
- #include "CoreGatewayTypes.h"
- #endif
-
- #ifndef __OCEMAIL__
- #include <OCEMail.h>
- #endif
-
- #ifndef __OCEOBJECTS__
- #include "OCEObjects.h"
- #endif
-
- #ifndef __RECIPIENT__
- #include "Recipient.h"
- #endif
-
- Boolean ValidRecipientType (RecipientTypeSet recipient);
-
- short ConvertRecipientTypeSettoAMAttribute (RecipientTypeSet recipient);
-
- void MakeMailAttributeBitmap (MailAttributeBitmap& attribute, unsigned long valueToSet);
- MailAttributeBitmap MakeMailAttributeBitmap ( unsigned long valueToSet );
-
- #endif
-